home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / symmetry.defs < prev    next >
Text File  |  1990-11-07  |  1KB  |  42 lines

  1.  
  2. # Machine dependent makefile definitions for Sequent Symmetry/DYNIX-3.0.12+
  3. # by Marion Hakanson <hakanson@cse.ogi.edu>, Oregon Graduate Institute.
  4. # $Id: symmetry.defs,v 1.3 90/11/07 15:19:22 hakanson Exp $
  5.  
  6. LBINDIR=/usr/local/bin
  7. # directory where standard kcl resides.
  8.  
  9. MAINDIR = /usr/src/local/kcl
  10.  
  11. # Put cmplinclude.h in $(RUNDIR)/include, and
  12. # put unixport/saved_kcl in $(RUNDIR) as well.
  13. # That way we don't have to keep sources online.
  14. RUNDIR  = /usr/local/kcl
  15.  
  16. #defs for the makefiles
  17.  
  18. # symmetry
  19. OFLAG    = -O
  20. LIBS    = -lm -lg 
  21. ODIR_DEBUG= -g
  22.  
  23. CHTAB    = char_table.s
  24. # CC = cc -DVOL=  -I$(AKCLDIR)/o 
  25. # If you don't have gcc use above
  26. CC = gcc -fwritable-strings -DVOL=volatile -I$(AKCLDIR)/o -I$(RUNDIR)/include
  27.  
  28. CFLAGS    = -c $(DEFS)  -I../h
  29.  
  30. # The fast loading currently works for ATT and BSD with 68000 or 386
  31. # architectures.  Unless you have these, leave these undefined.
  32. # RSYM    = rsym
  33. # SFASL    = $(ODIR)/sfasl.o
  34.  
  35. # This function will be run before dumping.
  36. # When using SFASL it is good to have (si::build-symbol-table)
  37. # INITFORM=(si::build-symbol-table)
  38.  
  39. # Use symbolic links
  40. SYMB=-s
  41.  
  42.